DBKill
DBKill Cancel the execution of an asynchronous call
#include <DatabaseAccess.h> Data Access Manager
OSErr DBKill( asyncPB);
DBAsyncParmBlkPtr asyncPB; is a pointer to the asynchronous parameter
block.
returns Error Code; 0=no error
The DBKill function cancels the execution of the asynchronous call specified
by the asyncPB parameter
asyncPB is a pointer to the asynchronous parameter block.
Returns: an operating system Error Code.
noErr (0) Asynchronous routine cancelled succesfully
rcDBError (-802) Error canceling routine
rcDBBadAsynchPB (-810) Invalid parameter block specified
rcDBPackNotInited (-813) The InitDBPack function has not yet been called